home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #3 & #4 / Amiga Plus CD - 1995 - No. 3 and 4.iso / pd-listen / fish-komplett / frozenfish.kfdb < prev    next >
Text File  |  1995-07-20  |  800b  |  29 lines

  1. # KingFisher Release 2 Database Server preferences
  2. #
  3. # Database is known to clients as...
  4. database-name=The FrozenFish® Database
  5.  
  6. # Database Sections (StartEntry,EndEntry,Filename)
  7. section=00000,99999,FrozenFish.data
  8.  
  9. # Main index is to be stored ... (OnDisk or InRam)
  10. index=inram
  11. # When adding new records, an InRAM index is expanded by #records...
  12. index-increment=1000
  13. # The main index is stored on disk as...
  14. index-name=FrozenFish.Index
  15.  
  16. # QuickIndex
  17. # field on which this operates (name)
  18. field-index-field=name
  19. # QuickIndex is stored on disk as...
  20. field-index-name=FrozenFish-Name.Index
  21.  
  22. # KFServer detects read-only media but it might make sense
  23. # to set this anyway.
  24. read-only=yes
  25.  
  26. # KFServer doesn't keep a database open when nobody is using
  27. # it until we set this value to 'yes'
  28. keep-open=no
  29.